Gets or sets the permissions that are granted to the Entity.
__property long GrantMask;
long GrantMask;
Property GrantMask() As long
The GrantMask can is set to a combination of values from the SecurityActionsEnum enumeration.
Setting some permissions causes other "implied" permissions to be set automatically:
Value |
Also Grants |
saView |
saList |
saModify |
saView,saList,saHoldRelease |
saExecute |
saList |
saHoldRelease |
saList |
saAdminister |
saChangeOwner |
saDelete |
saList,saView |
To give a user permission to list, view, and modify the object:
ace.GrantMask=saList OR saView OR saModify
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|